Журналирование обновлений каналов (vibe-kanban) #11
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Я хочу чтобы результаты обновления постов по каналу, которые делаются в job FetchPostsJob скидывались в журнал хранящийся в базе (отдельная таблица, с полями message (text), data (json) и др) которая создается каждый раз по результатам FetchPostJob.
А также по результатам MonitorJob в нее вносятся результаты мониторинга (сколько аналов отправили на fetch, а сколько скипнули.
Создай спецификация для этой задачи на основе которой можно сделать план имплементации.